projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7fef0
)
(RE_TRANSLATE_TYPE): New definition.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Oct 1995 00:16:04 +0000
(
00:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Oct 1995 00:16:04 +0000
(
00:16
+0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index 03a52a7256b69816597ba0f7d85597c540749f24..c2dc3f8be5ff33fab343ad28d82a8947af4e1748 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-293,6
+293,11
@@
typedef unsigned long EMACS_UINT;
#define SIGTYPE RETSIGTYPE
#endif
+#ifdef emacs /* Don't do this for lib-src. */
+/* Tell regex.c to use a type compatible with Emacs. */
+#define RE_TRANSLATE_TYPE Lisp_Object *
+#endif
+
/* The rest of the code currently tests the CPP symbol BSTRING.
Override any claims made by the system-description files.
Note that on some SCO version it is possible to have bcopy and not bcmp. */